vendor/golang.org/x/net/http2/hpack.Decoder.emitEnabled (field)
6 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L83: emitEnabled bool // whether calls to emit are enabled
hpack.go#L105: emitEnabled: true,
hpack.go#L140: func (d *Decoder) SetEmitEnabled(v bool) { d.emitEnabled = v }
hpack.go#L144: func (d *Decoder) EmitEnabled() bool { return d.emitEnabled }
hpack.go#L361: wantStr := d.emitEnabled || it.indexed()
hpack.go#L405: if d.emitEnabled {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |